home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / video11.zip / SYSOP.TXT < prev    next >
Text File  |  1991-12-30  |  8KB  |  254 lines

  1.  
  2.  
  3.                   ############################################
  4.                                    Video Poker
  5.                                Copyright (c) 1991
  6.                             Written by : Danny Davis
  7.                                          Mark Brown
  8.                   ############################################
  9.  
  10.  
  11.  
  12. General Information :
  13. =====================
  14.  
  15.      This program is provided as is with no warranties whatsoever.  We will
  16.      not be held liable for any damage or losses from the use of this
  17.      software.  This program has been tested and tested again and I have yet
  18.      to have any problems arise from the use of this program.
  19.  
  20.      This program may be used for a period of 30 days to evaluate and decide
  21.      if you wish to REGISTER this program.  If you decide that you do not wish
  22.      to register this program then please remove it from your BBS door
  23.      section.  In the event you wish to register this door please print out
  24.      the REGISTER.TXT and send it to the address provided at the end of the
  25.      text file.
  26.  
  27.      You may freely distribute this program as long as no money is charged for
  28.      it and no alteration's are made to the program or its files.
  29.  
  30.  
  31. Requirements :
  32. ==============
  33.  
  34.      BRUN45.EXE Runtime Module File (Needed for he program to run)
  35.      CGA Monitor (sysop end only,  Mono is okay on remote providing remote   
  36.                   user receives ansi)
  37.      IBM XT/AT/386
  38.      BBS that makes one of the following Drop File's
  39.  
  40.           CALLINFO.BBS
  41.           DOOR.SYS
  42.           DORINFO#.DEF
  43.  
  44.      
  45.      This program has been tested on the following systems :
  46.      -------------------------------------------------------
  47.  
  48.           WILDCAT 2.x and 3.x,
  49.           Gap v4.0 and greater,
  50.           PcBoard v14.0 or greater,
  51.           QuickBBS v2.6 thru v2.75,
  52.           Remote Access.
  53.  
  54.      This program should also work with other DORINFOx.DEF producing BBS's,
  55.      such as RBBS and SuperBBS.  For other BBS's not mentioned, there are MANY
  56.      door conversion utilities available.
  57.  
  58.      This door will also run under Desqview.
  59.  
  60.  
  61.  
  62. Installation Of The Door :
  63. ==========================
  64.  
  65.      Step One :
  66.      ----------
  67.      
  68.      First create a directory for the program and place all the files into
  69.      that directory.
  70.  
  71.      i.e.  C:\WILDCAT\DOOR\VIDEO     (whatever your DOOR directory will be)
  72.  
  73.      
  74.      Step Two :
  75.      ----------
  76.  
  77.      Use the install program to configure the configuration file to meet 
  78.      your specifications.
  79.  
  80.  
  81.      Contents Of The Configuration File :
  82.      ------------------------------------
  83.  
  84.      Line one is the path to your door,  which should be the same as the path
  85.      you created in STEP ONE.
  86.  
  87.      Line two is the name of your BBS.
  88.  
  89.      Line three MUST be left alone.  It should be set to 0 (zero).
  90.  
  91.      Line four is the name that you use on your BBS.
  92.  
  93.      Line five is where you specify if you are running at Lock Baud or not.  
  94.      If you are running Lock Baud then enter the Baud Rate... i.e. 9600, 19200,   
  95.      etc.... Or enter 0 (zero) for none.
  96.  
  97.      Line six is where you specify what type of BBS you are running.  
  98.  
  99.           WC2 - Wildcat 2.x  (CALLINFO.BBS)
  100.           WC3 - Wildcat 3.x  (DOOR.SYS)
  101.           GAP - Gap Systems  (DOOR.SYS)
  102.           Dorinfo#.def - QBBS, RA, RBBS  (DORINFO#.DEF)
  103.           The # is replaced with the numerical value for the Dorinfo drop file
  104.  
  105.      Line seven is where you let the game know what card type to use.
  106.      You may make the cards random or use one specific card.
  107.  
  108.      Line eight is where you tell the game if the player can win on any
  109.      pair or JACKS or BETTER.
  110.  
  111.      Line nine is where you specify what the ansi file path and name will be 
  112.      for the TOP 10 Bulletin.
  113.  
  114.      Line ten is where you specify what the ascii file path and name will be
  115.      for the TOP 10 Bulletin.
  116.  
  117.  
  118.      
  119.  
  120.  
  121.     
  122.      Here is the completed file :
  123.      ----------------------------
  124.  
  125.      C:\WILDCAT\DOOR\VIDEO
  126.      The Lighthouse BBS
  127.      0
  128.      Danny Davis
  129.      19200 or 0 (zero) for none
  130.      WC3
  131.      0, 1, or 2
  132.      0 or 1
  133.      C:\WILDCAT\BULL\BULL1.ANS
  134.      C:\WILDCAT\BULL\BULL1.ASC
  135.  
  136.  
  137.  
  138. BBS Batch Files :
  139. =================
  140.  
  141.      WILDCAT 2.X (CALLINFO.BBS) :
  142.      ----------------------------
  143.  
  144.      CD\WILDCAT\DOOR\VIDEO
  145.      COPY C:\WILDCAT\CALLINFO.BBS
  146.      VIDEO
  147.      VPBULL
  148.      CD\WILDCAT
  149.      CAT
  150.  
  151.      CALLINFO.BBS has to be copied to the game path.  If it doesn't find the 
  152.      CALLINFO.BBS file then it will exit back to the BBS.  Will also show the
  153.      user a error code.
  154.  
  155.      WILDCAT 3.X (DOOR.SYS) :
  156.      ------------------------
  157.  
  158.      This will run the same as above except instead of copying CALLINFO.BBS 
  159.      you'll copy the DOOR.SYS file.
  160.  
  161.      QuickBBS & DORINFO#.DEF  (a Type 15 for QuickBBS) :
  162.      ---------------------------------------------------
  163.  
  164.      You may specify up to nine different DORINFO#.DEF's by using the 
  165.      install program.
  166.  
  167.      D:
  168.      CD\DOORS\VIDEO
  169.      COPY C:\QBBS\DORINFO2.DEF
  170.      VIDEO
  171.      VPBULL
  172.      C:
  173.      CD\QBBS
  174.      GOTO RESTART
  175.      
  176.      DORINFO#.DEF has to be copied to the game path.  If it doesn't find the 
  177.      DORINFO file,  then it will exit back to the BBS.
  178.  
  179.      To run a type 7 (for QuickBBS),  simply put the VIDEO.BAT file in the
  180.      QuickBBS directory,  using "*C /C VIDEO.BAT" in the optional data line in
  181.      the type 7 menu.  (there are other ways to do it,  this is the easiest).
  182.  
  183.  
  184.      GAP and PCBOARD :
  185.      -----------------
  186.  
  187.      C:
  188.      CD\DOOR\VIDEO
  189.      COPY C:\GAP\DOOR.SYS
  190.      VIDEO
  191.      VPBULL
  192.      CD\GAP
  193.      GAP
  194.  
  195.  
  196.     Maintenance :
  197.     -------------
  198.  
  199.         Also enclosed is a maintenance file that needs to be ran
  200.         once a day to keep the player.dat file clean.  By passing 
  201.         a number value from 8-30 you can specify how many days you 
  202.         will allow a user to stay in the door before being deleted.
  203.  
  204.         i.e. "MAINT 17"   this allows 17 days before a player is  
  205.                           deleted for non-use
  206.  
  207.     VPBULL :
  208.     --------
  209.         This file can be ran each time the door is exited or as a
  210.         nightly event. I recommend after the door exits.  It will
  211.         make a ANSI and a ASCII Bulletin from the information you 
  212.         specify in your installation module.
  213.  
  214.     Page and Comm Control Files :
  215.     -----------------------------
  216.          Read the PAGE.CTL and COMM_IRQ.CTL files and configure it 
  217.          to meet your needs.
  218.  
  219.     Local Mode :
  220.     ------------
  221.          To run the game in LOCAL mode just type /LOCAL after the 
  222.          VIDEO.EXE on the command line "VIDEO /LOCAL".
  223.  
  224.  
  225.  
  226.     Multi - Line BBS :
  227.     ------------------
  228.          Well this is a rather simple task.  When you run the install
  229.          program you can pick upto 4 different configuration files.
  230.          To run this door as a multi door all you need to do is place
  231.          the following statement:
  232.  
  233.                 VIDEO VIDEO1.CNF
  234.  
  235.              And so on for the rest of the configuration files.  The
  236.              reason for this is so you may specify the different
  237.              LOCKBAUD rates for each node.
  238.  
  239.  
  240.     Support BBS :
  241.     -------------
  242.  
  243.     The Lighthouse BBS                 Midnight Madness     
  244.     209-442-8329                       209-252-8466   
  245.     Fido Net 1:205/75                  Fido Net 1:205/76
  246.    
  247.                      Both Systems Run On A 
  248.                    US ROBOTICS DUAL STANDARD
  249.  
  250.      Registration of this door will cost you $12.50 plus shipping
  251. and handling.  With your registration you will receive a key file
  252. that will work with all future versions of Video Poker.
  253.      
  254.